home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3749 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  965 b 

  1. Path: ins.net!news
  2. From: nowak@neurovision.com (Friedrich Nowak)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help! Definition of error
  5. Date: Thu, 25 Jan 1996 21:37:40 GMT
  6. Organization: Neurovision GmbH
  7. Message-ID: <4e8t7r$hj3@ra.ins.de>
  8. References: <3107D8D9.956@hiwaay.net>
  9. NNTP-Posting-Host: black.neurovision.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Lance Perry <lperry@hiwaay.net> wrote:
  13.  
  14. >Could someone explain to me what the following error could be:
  15.  
  16. >  error L2029: 'int __far __cdecl olon(struct cda_def __far*,
  17. >   unsigned char __far*,int,unsigned char __far*,int,int)' : unresolved external
  18.  
  19. > The 'olon' function is in a library that I am trying to link to. I am using
  20. > VC++ 1.5/MFC 2.5.
  21.  
  22. > Does anyone have any ideas???
  23.  
  24. >Lance Perry
  25. >lperry@hiwaay.net
  26.  
  27. Could it be, that you use different memory-models (large, small,
  28. compact) in your Project ? 
  29. i.E. a Library or a OBJ compiled in small-memory-model, and your
  30. project files with large-memory-model.
  31.  
  32.  
  33.